Is there a way to configure the amount of memory that reporting
services uses? and if so can someone point me in the right direction in
regards to the documentation... I apperciate your assistance.
-WHi Wayne,
See the file RSReportServer.config, this file is located in the \Reporting
Services\ReportServer folder. There is a section of Memory Limit. See also
the article "RSReportServer Configuration File" in Reporting Services Books
Online.
Regards,
Armand
<wayne.small@.mbna.com> escreveu na mensagem
news:1130421493.518665.293030@.g14g2000cwa.googlegroups.com...
> Is there a way to configure the amount of memory that reporting
> services uses? and if so can someone point me in the right direction in
> regards to the documentation... I apperciate your assistance.
> -W
>
Showing posts with label regards. Show all posts
Showing posts with label regards. Show all posts
Monday, March 12, 2012
Friday, March 9, 2012
Memory resource Deadlocks
Is there such a thing as a Deadlocks that can occur on Memory Resources?
--
Regards
JTC ^..^JTC,
Deadlocks are caused by mutual blocked resources. These resources
(data/index) tables, pages, rows are accessed in and used in memory once
physically read from disk.
HTH
Jerry
"JTC ^..^" <dave@.(nospam)JazzTheCat.co.uk> wrote in message
news:Xns96E7E292FF2DdaveJTC@.213.123.26.234...
> Is there such a thing as a Deadlocks that can occur on Memory Resources?
> --
> Regards
> JTC ^..^|||Hi,
The Dead locks occurs when u process two process or more at one time on
a single table.
Sql Server locks the table to complete the first process and process
for second one.
If u execute any DML command it is writen to disk on checkup point.
Once read from disk the data is stored in memory
HTH
Doller
--
Regards
JTC ^..^JTC,
Deadlocks are caused by mutual blocked resources. These resources
(data/index) tables, pages, rows are accessed in and used in memory once
physically read from disk.
HTH
Jerry
"JTC ^..^" <dave@.(nospam)JazzTheCat.co.uk> wrote in message
news:Xns96E7E292FF2DdaveJTC@.213.123.26.234...
> Is there such a thing as a Deadlocks that can occur on Memory Resources?
> --
> Regards
> JTC ^..^|||Hi,
The Dead locks occurs when u process two process or more at one time on
a single table.
Sql Server locks the table to complete the first process and process
for second one.
If u execute any DML command it is writen to disk on checkup point.
Once read from disk the data is stored in memory
HTH
Doller
Subscribe to:
Posts (Atom)