| QdbClusterSetSoftMemoryLimit Method |
Sets the client-side soft memory limit.
Namespace:
Quasardb
Assembly:
Quasardb (in Quasardb.dll) Version: 3.15.0.0 (3.15.0.0)
Syntax public void SetSoftMemoryLimit(
long limit
)
Public Sub SetSoftMemoryLimit (
limit As Long
)
Parameters
- limit
- Type: SystemInt64
Number of bytes.
Remarks EXPERIMENTAL. Use at your own risk!
See Also