Ver Mensaje Individual
  #181  
Viejo 19/08/09, 01:46:01
Array

[xs_avatar]
Gargy Gargy no está en línea
Miembro del foro
 
Fecha de registro: jun 2008
Mensajes: 83
Modelo de smartphone: HTC MAGIC

 Cita: Originalmente Escrito por fcrespi Ver Mensaje
alguien me puede decir porque no veo la velocidad donde cpu status

C:\Users\Xisco\tools>adb shell sh /system/bin/swap -s
===CompCache status===
CompCache version 0.5
Compcache enabled
CompCache: MemLimit 8192(system) 8192(user)
CompCache: Backing_swap /dev/block/mmcblk0p3 , size 31652
CompCache: cc_swappiness - 30(system) 30(user)

=== CompCache status output ===
DiskSize: 31652 kB
MemLimit: 8192 kB
NumReads: 424
NumWrites: 1328
FailedReads: 0
FailedWrites: 0
InvalidIO: 0
PagesDiscard: 0
ZeroPages: 76
GoodCompress: 100 %
NoCompress: 0 %
PagesStored: 878
PagesUsed: 187
OrigDataSize: 3512 kB
ComprDataSize: 739 kB
MemUsedTotal: 748 kB
BDevNumReads: 51
BDevNumWrites: 374

===VM status===
Set VM: page-cluster - 3(system) 3(user)
Set VM: laptop_mode - 0(system) 0(user)
Set VM: dirty_expire_centisecs - 3000(system) 3000(user)
Set VM: dirty_writeback_centisecs - 500(system) 500(user)
Set VM: dirty_background_ratio - 5(system) 5(user)
Set VM: dirty_ratio - 10(system) 10(user)

===CPU status===

C:\Users\Xisco\tools>



La configuracion que utilizo es la siguiente

# General parameters
general{
apps2sd=0 # this is useless here, require a modified a2sd script
media2sd=1 # moves the medias to sd if /system/sd/media exists
}

#compcache related parameters
compcache{
compcache_en=1 # enable(1) or disable(0) compcache
cc_disksize=0 # Ram swap disksize - any number between 1 to 95 should work
cc_memlimit=8 # Limit the memory usage for backing swap (cc .5x known issue-defaults to 15% of total RAM)
cc_backingswap_en=1 # enable(1) or disable(0) backing swap
cc_backingswap=/dev/block/mmcblk0p3 # pointing to the backingswap partition device
cc_swappiness=30 # default 60
}

#Linux swap parameters
#
# linux swap can only be enabled if cc_backingswap_en is set to "0"
#
linux_swap{
linux_swap_en=0 # enable(1) or disable(0) linux swap
linux_swap_partition=/dev/block/mmcblk0p3 # swap partition device
swappiness=30 # default 60
}

#virtual memory
sys_vm{
sys_vm_en=1 # enable(1) or disable(0) virtual memory configurations
page_cluster=3 # default 3, (0 since CM3.9.6+)
laptop_mode=0 # default 0
dirty_expire_centisecs=3000 # default 3000
dirty_writeback_centisecs=500 # default 500
dirty_background_ratio=5 # default 5
dirty_ratio=10 # default 10
}

#cpu clock
proc_cpu{
proc_cpu_en=1 # enable(1) or disable(0) user cpu configurations
# freqency options
# 19200
# 122880
# 128000
# 245760
# 384000
# 528000
scaling_min_freq=128000 # default 245760
scaling_max_freq=528000 # default 528000
sampling_rate=2000000 # default 2000000 depending on kernel version
powersave_bias=200 # default 0, (200 since CM3.9.6+ )
up_threshold=32 # default 40, percent cpu usage before going up a speed step
}


Os agradezo una manita ya que por mucho que miro no lo veo, gracias
Parece que la configuracion ta bien, se me ocurre que estes usando otro programa para overlockear y se den tortas.. si es asi mira de desinstalarlo y prueba de nuevo..

Saludos
Responder Con Cita