Displaying 3 results from an estimated 3 matches for "xmx64m".
Did you mean:
xms64m
2012 May 09
12
out of memory (java heap space) on zip creation (jruby)
I am using rubyzip and am trying to put a huge csv file with 1.4
million rows into the zip file.
Using jruby I get a out of heap error.
I believe the error happens in the block below:
Zip::ZipOutputStream.open(zip_path) do |zos|
zos.put_next_entry(File.basename(csv_path))
zos.print IO.read(csv_path)
end
--
You received this message because you are subscribed to the Google
2003 Oct 03
3
openoffice port build on FreeBSD 4.9
...sic/libjvm.so
VARIANT=OPT
gmake[3]: Entering directory
`/usr/ports/java/jdk13/work/j2sdk1.3.1/make/java/jvm'
rm -f
../../../build/bsd-i386/tmp/java/java.lang/jvm/.classes.list
if [ -s
../../../build/bsd-i386/tmp/java/java.lang/jvm/.classes.list
] ; \
then /usr/local/diablo-jdk1.3.1/bin/javac -J-Xmx64m
-classpath ../../../build/bsd-i386/classes
-bootclasspath "" -sourcepath
"../../../build/bsd-i386/gensrc:../../../src/solaris/classes:../../../src/share/classes"
-d ../../../build/bsd-i386/classes \
../../../src/share/classes/java/io/InputStream.java
../../../src/share/cla...
2007 Feb 12
17
NFS/ZFS performance problems - txg_wait_open() deadlocks?
Hi.
System is snv_56 sun4u sparc SUNW,Sun-Fire-V440, zil_disable=1
We see many operation on nfs clients to that server really slow (like 90 seconds for unlink()).
It''s not a problem with network, there''s also plenty oc CPU available.
Storage isn''t saturated either.
First strange thing - normally on that server nfsd has about 1500-2500 number of threads.
I did