On 2 June 2011 14:50, James Carman <[email protected]> wrote:
> What do they want?  A method that returns the number of bytes?  So, I
> suppose they would be multiplying by 1024 as opposed to 1000?  So, 1k
> = 1024 bytes.

They specifically wanted Tomcat to support the suffices k and m that
can be used when providing memory sizes to the Java -Xmx etc options.

So yes, I guess the multiplier is 1024 here.

> On Thu, Jun 2, 2011 at 9:47 AM, sebb <[email protected]> wrote:
>> A mail on the Tomcat user list asked why Tomcat does not support
>> shorthand suffices such as k & m when providing memory sizes, as is
>> done by the the Java -Xms etc options.
>>
>> Seems to me this might be a useful addition to Lang?
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [email protected]
>> For additional commands, e-mail: [email protected]
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to