Skip to content

Commit

Permalink
updated to 8gb min mem (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
filopedraz authored Jun 19, 2023
1 parent 04e7a4a commit 026a7e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shared/helpers/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,4 +156,4 @@ export const formatInfo = (value: ServiceInfoValue) => {

export const DISPLAY_WELCOME_SCREEN_KEY = "display_welcome_screen";

export const SYSTEM_MEMORY_LIMIT = 16;
export const SYSTEM_MEMORY_LIMIT = 8;

0 comments on commit 026a7e5

Please sign in to comment.