When this issue is reported when validating a sequence listing, this indicates that not enough memory is available to WIPO Sequence. In order to release more memory, please follow the operating system specific instructions provided below. Note, these instructions must be followed before re-validating the sequence listing.
Windows:
- Start → Search → “Environment Variables”
- Click Edit system environment variables
- Click Environment Variables
- Under System Variables → New
- Variable name: JAVA_OPTS
- Variable value: -Xms4096m -Xmx8192m
- Click OK → OK → OK
- Verify the variable value through this command echo %JAVA_OPTS% in command prompt.
- Restart WIPO Sequence and validate the sequence listing again.
Linux:
- Open Terminal (Ctrl + Alt + T)
- Type: nano ~/.bashrc and press Enter
- Press Arrow Down key to go to the END of the file
- Add this line: export JAVA_OPTS="-Xms4096m -Xmx8192m"
- Press Ctrl + O (to save)
- Press Enter (to confirm)
- Press Ctrl + X (to exit)
- Type: source ~/.bashrc and press Enter
- Type: echo $JAVA_OPTS to verify (should show: -Xms4096m -Xmx8192m)
- Close the WIPO Sequence Tool completely
- Open WIPO Sequence and validate the sequence listing again
Mac:
- Open Terminal (Applications → Utilities → Terminal)
- Type: echo $SHELL and press Enter
- Note the output.
- If shows /bin/zsh→ Follow Option A (Modern Mac)
- If shows /bin/bash→ Follow Option B (Older Mac)
Option A: For Zsh (Modern Mac)
- In Terminal, type: nano ~/.zshrc and press Enter
- Press Arrow Down key to go to the END of the file
- Add this line: export JAVA_OPTS="-Xms4096m -Xmx8192m"
- Press Ctrl + O (to save)
- Press Enter (to confirm)
- Press Ctrl + X (to exit)
- Type: source ~/.zshrc and press Enter
- Type: echo $JAVA_OPTS to verify (should show: -Xms4096m -Xmx8192m)
- Quit WIPO Sequence completely (press CMD+ Q)
- Open the WIPO tool and validate the sequence listing again
Option B: For Bash (Older Mac)
- In Terminal, type: nano ~/.bash_profile and press Enter
- Press Arrow Down key to go to the END of the file
- Add this line: export JAVA_OPTS="-Xms4096m -Xmx8192m"
- Press Ctrl + O (to save)
- Press Enter (to confirm)
- Press Ctrl + X (to exit)
- Type: source ~/.bash_profile and press Enter
- Type: echo $JAVA_OPTS to verify (should show: -Xms4096m -Xmx8192m)
- Quit the WIPO Sequence Tool completely (press Cmd + Q)
- Open the WIPO tool and validate the sequence listing again