|
From: Toadie <toa...@gm...> - 2007-08-30 05:34:43
|
not sure if this is relevant or not. I am also looking for 64 bit support for Intel X64. Looks like the 'other' Java Service has a binary distro for x64 however, even though 1 . the service runs and insltalls OK on Win2K3 64 bit (4G of physical ram) 2. the -Xms and -Xmx JVM options are installed properly the process in which the service runs is not able to utilize any memory over 2 GIG which makes me suspect that we are still running in 32 bit mode. WHen I run as a console using -Xms2200m -Xmx2200m, Task Manager will show that the process has a VM size of 2200m . However as a service, its VM size is only showing up as 1.9G. I took a quick look at your source code and saw that you are also creating the service using Win32API CreateService. I am not sure if this is the cause or not. Thanks T. |