I do have same experience. What is the CPU in the Solaris box? it is not depending on the operating system (linux or Solaris). It is depenong on the CPU (Intel ro SPARC). Don't know why, but based on my performance test, SPARC machine requires MORE memory for java application.
Jae On Thu, Dec 4, 2008 at 10:40 PM, Kashyap, Raghu <[EMAIL PROTECTED]>wrote: > We are running solr on a solaris box with 4 CPU's(8 cores) and 3GB Ram. > When we try to index sometimes the HTTP Connection just hangs and the > client which is posting documents to solr doesn't get any response back. > We since then have added timeouts to our http requests from the clients. > > > > I then get this error. > > > > java.lang.OutOfMemoryError: requested 239848 bytes for Chunk::new. Out > of swap space? > > java.lang.OutOfMemoryError: unable to create new native thread > > Exception in thread "JmxRmiRegistryConnectionPoller" > java.lang.OutOfMemoryError: unable to create new native thread > > > > We are running JDK 1.6_10 on the solaris box. . The weird thing is we > are running the same application on linux box with JDK 1.6 and we > haven't seen any problem like this. > > > > Any suggestions? > > > > -Raghu > >