Steve Austin wrote:
> hi all,
> can someone suggest how to pass the "MEM-02 Low Storage Memory During
> Execution" test ?
>
> is it a valid solution for this test:
> "before writing to a file , check the available disk space, if the available
> space is less then panic the user thread? "
>
> or if there is some other recomended solution, please share ?
>
> wbr,
> Steve.
>
>
Panic? No, you have to handle it gracefully.
AMK