# JBoss 7.x

## Windows

1. Edit \[JBoss home\]\\bin\\standalone.conf.bat
2. Ensure the following value is present

```
 set "JAVA_OPTS= -Xmx512m -Xms1024m -XX:MaxPermSize=256m"
```