Lines Matching refs:will
132 After that, it checks that the sector after this one is empty, or it will erase it.
188 This operation is time consuming and it will cause some applications to not meet their real time
192 almost full and of course it will trigger the garbage collection on the next sector.
193 This will guarantee the application that the next write won't trigger the garbage collection.
225 will make all existing data invalid.
234 So, if we suppose that 4 sectors exist in a partition, ZMS will only use 3 sectors to store
236 The empty sector will rotate between the 4 sectors in the partition.
244 Values smaller than 8 bytes will be stored within the entry (ATE) itself, without writing data
287 Using storage systems that rely on an erase-value (NVS as an example) will need to emulate the
288 erase with write operations. This will cause a significant decrease in the life expectancy of
289 these devices and will cause more delays for write operations and for initialization.
322 In addition to the normal writes, garbage collector will move the still valid data from old
324 As we are using the same ID and a big partition size, no data will be moved by the garbage
326 For storage devices that could be written 20000 times, the storage will last about
357 ZMS has introduced many features compared to existing storage system like NVS and will evolve
395 Which one to use in your application will depend on your needs and the hardware you are using,
407 For these devices, NVS reads/writes will be faster as well than ZMS as it has smaller ATE size.
429 that will be written in the storage.
430 - The size of a sector needs to be dimensioned to hold the maximum data length that will be stored.
431 Increasing the size of a sector will slow down the garbage collection operation which will
433 Decreasing its size, in the opposite, will make the garbage collection operation faster
434 which will occur more frequently.
446 the number of different entries that will be written in the storage.
447 - Each additional cache entry will add 8 bytes to your RAM usage. Cache size should be carefully