mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
ef68d125f9
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
13 lines
329 B
Text
13 lines
329 B
Text
After installing, create .foprc in your home dir with the following
|
|
|
|
FOP_OPTS="-Xmx###m"
|
|
FOP_HOME="/opt/fop"
|
|
|
|
Delete and replace the #'s with the amount of RAM your computer has
|
|
in megabytes.
|
|
|
|
Use can run "free -m" in the terminal to get the info:
|
|
Example :
|
|
|
|
FOP_OPTS="-Xmx1024m" // If you have a GB RAM
|
|
FOP_HOME="/opt/fop"
|