Skip to content

Commit

Permalink
fix(core): Fix int overflow on vms and rss computation
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodySlum committed Jun 11, 2024
1 parent 591d283 commit 4b343f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Main/SOGo.m
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ - (WOResponse *) handleException: (NSException *) _exc

- (void) checkIfDaemonHasToBeShutdown
{
unsigned int vmem;
unsigned long long vmem;

if (vMemSizeLimit > 0)
{
Expand Down

0 comments on commit 4b343f7

Please sign in to comment.