Skip to content

Commit

Permalink
core: ping: disable ram limit until we find a better alternative
Browse files Browse the repository at this point in the history
  • Loading branch information
Williangalvani committed Jan 19, 2024
1 parent f86ea20 commit 992df82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/services/ping/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@

SERVICE_NAME = "ping"

limit_ram_usage()
# Disabled as the blueos user does not have permissions
# limit_ram_usage()

logging.basicConfig(handlers=[InterceptHandler()], level=0)
init_logger(SERVICE_NAME)
Expand Down

0 comments on commit 992df82

Please sign in to comment.