Skip to content

Commit

Permalink
Add a link to the known issues wiki page
Browse files Browse the repository at this point in the history
  • Loading branch information
coldino committed Feb 9, 2018
1 parent 17810c0 commit 5ce5588
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ or directly from [Qowyn/ark-tools](https://github.com/Qowyn/ark-tools/releases).
(note: Larkator now updates the ark-tools database (*update-data*) each time it is launched)

### Limitations
Larkator is already very useful, but it is very new and is limited in some ways.
Larkator is already very useful, but it is still new and is limited in some ways.

- The search and results lists do not scroll if there are too many entries
- None of the new Aberation stats are shown

### Installation
Expand All @@ -43,8 +42,7 @@ For full step-by-step installation instructions refer to the [wiki](https://gith
- Locate that max-level Quetzal and go get it!

### Known Issues
1) Larger saved arks cause ark-tools to generate an OutOfMemory error. To avoid this the memory allocated to ark-tools.exe must be upped.
To achieve this, create a simple text file in the same directory as ark-tools.exe and call it **ark-tools.l4j.ini**. It should contain only the text **-Xmx4G**.
See the [known issues](https://github.com/coldino/Larkator/wiki/Known-Issues) page on the wiki.

### License
Larkator is Open Source and released under the MIT license. Contributions are encouraged.
Expand Down

1 comment on commit 5ce5588

@maxlomb
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello, can someone help:

I have the out of memory error. I tried with the Xmx4G text and I had this error:
error: could not find or load main class Xmx4G

Than I tried with "-" before Xmx4G and this time the error was:
Error could not creat the Jave Virtual Machine. Error: A fatal exception has occurred. Program will exit. Invalid maximum heap size: -Xmx4G The specified size exceeds the maximum representable size

Any Ideas?
Thank you for your help

Please sign in to comment.