Skip to content

Commit 008ca05

Browse files
github-actions[bot]LocalIdentityWires77
authored
Add startup flags to improve PoB speed (#9042)
Co-authored-by: LocalIdentity <LocalIdentity@users.noreply.github.com> Co-authored-by: Wires77 <Wires77@users.noreply.github.com>
1 parent db05a2c commit 008ca05

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Launch.lua

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ConExecute("set vid_resizable 3")
1414

1515
launch = { }
1616
SetMainObject(launch)
17+
jit.opt.start('maxtrace=4000','maxmcode=8192')
18+
collectgarbage("setpause", 400)
1719

1820
function launch:OnInit()
1921
self.devMode = false

0 commit comments

Comments
 (0)