>service does not start. For the life of me, I cannot find the setting in
>the
>registry or in any of the XML files. Anyone know where I can lower this
>setting so the service will start?
>
Look for the jvm.config file, located in the /bin directory of your CF
install. You will see a setting in there like this (this is from one of my
dev jvm.config files, so it may vary for you):
java.args=-server -Xms256m -Xmx256M
You want to lower the value of the -Xms setting specifically (the minimum
size of the heap), and if the other value is set, -Xmx (that max size of the
heap), set that value to the same value as the -Xms setting (really only for
performance reasons, as the jvm won't have to constantly re-size the heap).
Hope this helps.
Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

