Luminis crashing....

We went live on Monday and had registration start on Wednesday. We have had Luminis "freeze" or "hang up" at least twice a day. We have to restart all the services then everything is fine. We have 16 gig ram on our Windows server. We notice that once it starts to use a little over 2 gig the system freezes. However our cpu is only using 1%. We would like to know where to start with this problem.

Thank you again.

0
No votes yet

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Memory Usage

What version of Luminis? Are you running parallel deployment or not?

With Luminis III, it doesn't matter how much memory you have at all, you can only use the first 4 GB for the JVM that Luminis runs in. I'm unsure whether Luminis IV has this same restriction.

Anyway, you need to partition the memory properly. Check your jvm12.conf in the web server config directory (something like /opt/pipeline/products/ws/https-*/config/ ). Here are the values we use in production:

jvm.maxHeapSize=2936012800
jvm.minHeapSize=2936012800
jvm.option=-XX:MaxNewSize=411041792

There are MANY other things that you need to take in consideration (ie: default channels in home tab, session timeout value... the list is long) but start with the above and proceed from there.

Todd