remove compiler processes to avoid freezes with BORE Scheduler

Signed-off-by: Peter Jung <admin@ptr1337.dev>
This commit is contained in:
Peter Jung 2024-02-25 10:40:25 +01:00
parent ad152a97a3
commit bf0bae3cfe
No known key found for this signature in database
GPG key ID: C3C4820857F654FE
8 changed files with 0 additions and 23 deletions

View file

@ -1,2 +0,0 @@
{ "name": "clang", "type": "compiler" }
{ "name": "clang++", "type": "compiler" }

View file

@ -1,2 +0,0 @@
# family of tools designed to build, test and package software: https://cmake.org/
{ "name": "cmake", "type": "compiler" }

View file

@ -1,2 +0,0 @@
{ "name": "gcc", "type": "compiler" }
{ "name": "g++", "type": "compiler" }

View file

@ -1,2 +0,0 @@
# https://golang.org/
{ "name": "go", "type": "compiler" }

View file

@ -1,2 +0,0 @@
# It's java. What did you think the type would be? ಠ_ಠ
# { "name": "java", "type": "Heavy_CPU" }

View file

@ -1,7 +0,0 @@
{ "name": "lld", "type": "compiler" }
{ "name": "mold", "type": "compiler" }
{ "name": "ld", "type": "compiler" }
{ "name": "ld.bfd", "type": "compiler" }
{ "name": "ld.mold", "type": "compiler" }
{ "name": "ld.lld", "type": "compiler" }
{ "name": "lto1-ltrans", "type": "compiler" }

View file

@ -1,3 +0,0 @@
{ "name": "cargo", "type": "compiler" }
{ "name": "rustc", "type": "compiler" }
{ "name": "rust-analyzer", "type": "compiler" }

View file

@ -28,9 +28,6 @@
# Type: Chat
{ "type": "Chat", "nice": -3, "ioclass": "best-effort", "ionice": 7 , "latency_nice": -3 }
# Type: Compiler
{ "type":"compiler", "nice": 9, "latency_nice": 9 }
# Type: Service
{ "type": "Service", "nice": 10, "ioclass": "best-effort", "ionice": 6 , "latency_nice": 10 }