Handy eGen Tweak

Read Time:33 Sec

In order to shorten the time that it takes to run the eGen process, I modify a couple settings in the gen.bat file. They modify the memory that is used by the JVM.

  • ms128m ?> ms512m
  • mx512m ?> mx1024m

The full line in the gen.bat looks like the following:

[sourcecode]
%JAVA_PGM% -Xss1m -ms512m -mx1536m -Ddefault_path=%INI_DIR% -classpath %GEN_CLASSPATH% com.jdedwards.runtime.generator.Generator %1
[/sourcecode]

NOTE: This is on a workstation with 2GB RAM running Tools Release 8.97 and the settings are what I use. This is not a recommendation from Oracle.

Do you have any tweaks for the eGen process that you use?

Author

Stewart Schatz

Career: Principal CNC Consultant for Syntax Systems Limited specializing Oracle JD Edwards EnterpriseOne and the technology that supports it. Side Hustle: Owner/Operator of E1Tips.com Location: Lancaster, PA USA  What I like to do: Invest in Family, Explore Technology, Lead Teams, Share Knowledge/Experience, Hunt, Hike, etc.
Happy
Happy
0
Sad
Sad
0
Excited
Excited
0
Sleepy
Sleepy
0
Angry
Angry
0
Surprise
Surprise
0

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Previous post Egen Process JDBJ Gotcha
Next post Clean Up Your Web-Only Versions