AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   stop perf-x.map files (https://forums.alliedmods.net/showthread.php?t=340130)

hamilton5 10-27-2022 11:10

stop perf-x.map files
 
how do I stop these from generating every time the server starts up?

hamilton5 10-31-2022 11:39

Re: stop perf-x.map files
 
no one else has these piling up in their /tmp dir? It's something new from 1.11, and I assume X to be the PID. I only have a few plugins and the txt files are about 20Kb each..

e4d45048 42 <cpu feature detection>
e4d45090 3e <jit invoke stub>
e4d450d0 56e mapchooser.smx::AskPluginLoad2
e4d45640 20e reservedslots.smx::AskPluginLoad2
e4d45850 699 nextmap.smx::AskPluginLoad2
e4d45ef0 17d nextmap.smx::StrEqual
e4d46070 231 afk_manager4.smx::AskPluginLoad2
e4d462a8 560 afk_manager4.smx::API_Init
e4d46808 23e advcommands.smx::AskPluginLoad2
e4d46a48 2ac adminmenu.smx::AskPluginLoad2
e4d46cf8 32f basecomm.smx::AskPluginLoad2
...

asherkin 11-06-2022 16:58

Re: stop perf-x.map files
 
They should get cleaned up on exit, or via your system's normal tmp dir cleanup if SRCDS is regularly existing abnormally for some reason. The files contain metadata for doing performance profiling and debugging of SourcePawn plugins with the "perf" suite of linux tools.

The files are small, low impact, and sometimes useful, but you can turn generating them off by setting the "JITMetadata" option in core.cfg to "none".

hamilton5 01-16-2023 19:21

Re: stop perf-x.map files
 
thanks for the help asherkin, I did have some period where I was crashing a lot, but I did disable it anyway. Now I'm just looking how to mark threads 'solved'.:bacon!:


All times are GMT -4. The time now is 17:57.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.