Skip to content

ogp_agent.pl And Windows Security exclusion Slowness #35

@holyschytt

Description

@holyschytt

I added C:/OGP64/ Agent folder to the Windows Security Exclusion as Windows AV was scanning files as the agent was changing permission and it made thing really slow depending on the game size Space Engineers Example nearly 2 minutes to start sometimes longer..

So i added that to exclusion seem to speed up but still to slow for my blood so i disabled

system($takeownCommand); Got a few more seconds i think

then i was like why run permissions on every launch i noted if i run into permission issues ill run these commands i guess

So i commented them out and now server launches are instant..

system($takeownCommand);

system($chmodCommand);

system($icaclsStr);

system($icaclsAdminGroupFullPerms);

maybe add a 1 time check if its been done.. if there issue later have a server command or button to rerun permission check..... to clear up any permission fails later but other then that i commented them out as im getting tired of waiting sorry..

Hope this helps others..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions