fix permissions

This commit is contained in:
jendave
2011-08-07 01:20:07 +00:00
parent 78ae9c4039
commit eb0f9e25a7
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,3 @@
Test
Forge 05/31/2011 (unofficial BETA) version Forge 05/31/2011 (unofficial BETA) version

View File

@@ -1,3 +1,4 @@
In the past, some people noticed java heap space errors and lengthy pauses. The memory requirements for Forge have increased over time. The default setting on your computer for the java heap space may not be enough to prevent the above problems. In the past, some people noticed java heap space errors and lengthy pauses. The memory requirements for Forge have increased over time. The default setting on your computer for the java heap space may not be enough to prevent the above problems.
The technically proficient can launch the forge jar with an argument from the CLI. The argument "-Xmx512m" may work for computers with 1 Gig of memory. Computers with 2 Gigs or more of memory should be able to use "-Xmx1024m" as an argument. The technically proficient can launch the forge jar with an argument from the CLI. The argument "-Xmx512m" may work for computers with 1 Gig of memory. Computers with 2 Gigs or more of memory should be able to use "-Xmx1024m" as an argument.