Looking at the ftb ServerStart.bat file, you need to imput it something like this, but bear in mind that the XMS, XMX functions are ignored in java 8
java -server -Xms%MIN_RAM% -Xmx%MAX_RAM% -XX:PermSize=%PERMGEN_SIZE% %JAVA_PARAMETERS% -jar %FORGEJAR% nogui