++++++
I bumped up the RAM to 8 GB (Xmx, Xms) (see below). I have a file that's around 5.6 GB. On loading the file, I get the following error.
Any ideas on how to handle files upto 8 GB? Is it possible to invoke the profile at the command line without going through the user interface and avoid this error?
8 GB looks to less for bigger file because it needs other components also like SWING and AWT and local variable. You need bigger RAM.
There is core component of osDQ at https://github.com/arrahtech/osdq-core
Though you will have to write your owb driver.
regards.
++++++
I bumped up the RAM to 8 GB (Xmx, Xms) (see below). I have a file that's around 5.6 GB. On loading the file, I get the following error.
Any ideas on how to handle files upto 8 GB? Is it possible to invoke the profile at the command line without going through the user interface and avoid this error?
D:\local\ProfilerV6.3.1>java -Xmx8192M -Xms8192M -classpath osdq-desktop-6.3.1-SNAPSHOT.jar;lib\rowset.jar;lib\jdbcjar*;lib\hivejar*;lib\hive2jar*;lib*;lib\saxon* org.arrah.gui.swing.Profiler
Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: GC overhead limit exceeded