Groups
Groups
Sign in
Groups
Groups
Utah Embedded
Conversations
About
Send feedback
Help
100% CPU utilization when writing files (Gumstix Overo)
4 views
Skip to first unread message
AJ ONeal
unread,
Jan 26, 2011, 1:46:17 PM
1/26/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to General mailing list for gumstix users., Utah Embedded
I have the OMAP3530 clocked at 720MHz and when writing either to tmpfs (/dev/shm) or SDHC (/) the CPU is pegged 100%.
10% is userspace
90% is kernel (2.6.36)
https://gist.github.com/797179
#!/bin/bash
dd if=/dev/zero of=~/data.tmp bs=512K count=1
while true
do
cp ~/data.dat /dev/shm/
done
Any ideas what could be going on here?
AJ ONeal
Reply all
Reply to author
Forward
0 new messages