Shi Steven

Results 4 comments of Shi Steven

Moving clcache dir out of user profile dir doesn't work for me. I moved the C:\steven\clcache-fork\pyinstaller\dist\clcache_main\ to C:\clcache_main\, and the build still fail with threads > 4. Below is the...

Thank you! It works with threads > 4 after I set set CLCACHE_DIR=C:\clcache_dir. Is this issue a known limitation by design? Do we have plan to fix it?

I think it is useful to show the basic usage counts. It will be nice if CC could show the usage count quickly. I'm ok for the slow response if...

I run CodeCompass_webserver application as daemons through supervisor, and then supervisor can save the CC stderr and stdout as log file in my workspace: https://github.com/shijunjing/edk2/wiki/CodeCompass-enabling#run-codecompass_webserver-application-as-daemons ``` stderr_logfile=/home/jshi19/CodeCompass/workspace/test_stderr.log stdout_logfile=/home/jshi19/CodeCompass/workspace/test_stdout.log ```