Update start.bat

This commit is contained in:
The Ghost of FOSS' Future 2024-09-16 08:29:50 -05:00 committed by GitHub
parent 864e2657dc
commit c6b7b1823b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,5 +1,6 @@
@echo off
color 0a
title AGSamantha server
cls
node --max-old-space-size=6660 index.mjs
pause