
Parameter
rsau/max_diskspace/local
Short text
Maximum space for security audit file
Parameter Description
The parameter specifies the maximum size of a security audit file. If this size is reached, then system logging of audit events is completed.
Make sure to note parameter dependencies.
Application Area
System
Parameter Unit
• Positive whole number without suffix : Unit Bytes
• Positive whole number with suffix “k” or “K”: Unit Kilobytes
• Positive whole number with suffix “m” or “M”: Unit Megabytes
Default Value
10M for non-UNICODE
20M for UNICODE
Who is permitted to make changes?
The customer
Operating System Restrictions
None
Database System Restrictions
None
Are other parameters affected or dependent?
This parameter is only relevant if:
– Parameter rsau/enable has value 1 (audit switched on) or audit was activated dynamically using Transaction SM19. a n d
– Parameter rsau/max_diskspace/per_file is zero, that is, it is not used.
Caution
If parameter rsau/max_diskspace/per_file is used, parameter rsau/max_diskspace/local is no longer meaningful and will no longer be analyzed.
Values allowed
• Whole number => Unit bytes
• Whole number with suffix “k” or “K” (no blank) => Unit kilobytes
• Whole number with suffix “m” or “M” (no blank) => Unit megabytes
The maximum size is 2 GB (2,147,483,647 bytes)
The minimum size is 10 MB (= 10,485,760 Bytes). A smaller value is changed to 10 MB by the Kernel.
Input in bytes is converted to kilobytes by the system.



Thanks for your documentation. It really helped me.