Skip to content

Commit

Permalink
Update memory.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andrum99 authored Jul 7, 2020
1 parent 8e38e74 commit 81ebe50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions configuration/config-txt/memory.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ You can also use `gpu_mem_256`, `gpu_mem_512`, and `gpu_mem_1024` to allow swapp

## gpu_mem_256

The `gpu_mem_256` command sets the GPU memory in megabytes for the 256MB Raspberry Pi. (It is ignored if memory size is not 256MB). This overrides `gpu_mem`.
The `gpu_mem_256` command sets the GPU memory in megabytes for Raspberry Pis 256MB of memory. (It is ignored if memory size is not 256MB). This overrides `gpu_mem`.

## gpu_mem_512

The `gpu_mem_512` command sets the GPU memory in megabytes for the 512MB Raspberry Pi. (It is ignored if memory size is not 512MB). This overrides `gpu_mem`.
The `gpu_mem_512` command sets the GPU memory in megabytes for Raspberry Pis with 256MB of memory. (It is ignored if memory size is not 512MB). This overrides `gpu_mem`.

## gpu_mem_1024

The `gpu_mem_1024` command sets the GPU memory in megabytes for Raspberry Pi devices with 1GB or more of memory. (It is ignored if memory size is smaller than 1GB). This overrides `gpu_mem`.
The `gpu_mem_1024` command sets the GPU memory in megabytes for Raspberry Pis with 1GB or more of memory. (It is ignored if memory size is smaller than 1GB). This overrides `gpu_mem`.

## disable_l2cache

Expand Down

0 comments on commit 81ebe50

Please sign in to comment.