-1

I was looking for the complete or at least the mechanics of different profiles that can be created in WebSphere Profiles Management Tool (i'm not talking about different DISTRIBUTIONS like "express"/"for developer"/"ND" etc).

I could not find any relevant information about Developer profile, that is what I'm focusing. The only thing I found is in this link.

Can someone tell me more about the differences (provide links plz) between then? (standard x developer x production)

Felipe C.
  • 97
  • 6

1 Answers1

1

This article breaks down the differences in performance settings per tuning template. One of the larger differences between development and the other tuning profiles is that the server is configured in development mode which starts the server faster by disabling some settings that improve production performance.

lwestby
  • 1,209
  • 6
  • 10
  • Maybe you don't know but... in the first link on Data Source Prepared Statement Cache Size section, the developer part is "blank"... what does it means (that developer profile does not support Data Source?)? – Felipe C. May 03 '18 at 15:33