mirror of
https://github.com/flynx/ImageGrid.git
synced 2025-10-29 18:30:09 +00:00
typo fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
bbc9130bd6
commit
a310ab8309
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# SPU threads to keep free...
|
# CPU threads to keep free...
|
||||||
KEEP_FREE=2
|
KEEP_FREE=2
|
||||||
|
|
||||||
THREADS=`cat /proc/cpuinfo | awk '/^processor/{print $3}' | wc -l`
|
THREADS=`cat /proc/cpuinfo | awk '/^processor/{print $3}' | wc -l`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user